body {
    min-width: 1200px;
    width: 100%;
    overflow-x: hidden;
}

i,
em {
    font-style: normal;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.h_con {
    height: 130px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.head{
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    width: 100%;
}
.fixed{
    position: fixed;
    top: 0;
    left:0;
    z-index: 9999;
}

.head .t_logo {
    position: absolute;
    top: 35px;
    left: -220px;
    z-index: 10;
    width: 165px;
}

.head .t_logo img {
    width: 100%;
}

.h_nav {
    height: 130px;
}

.h_nav li {
    float: left;
    height: 130px;
    line-height: 130px;
    position: relative;
    margin-right: 52px;
}

.h_nav li:last-child {
    margin-right: 0;
}

.h_nav li a {
    display: block;
    font-size: 18px;
    color: #262626;
}

.h_nav li:after {
    position: absolute;
    width: 0;
    height: 4px;
    content: "";
    left: 0;
    bottom: 0;
    background: #193983;
    transition: all .3s;
}

.h_nav li:hover:after,
.h_nav li.cur:after {
    width: 100%;
}

.h_nav li:hover a,
.h_nav li.cur a {
    color: #193983;
    font-weight: bold;
}

.search {
    position: absolute;
    right: -70px;
    top: 52px;
    z-index: 10;
}

.search i {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.search .sea_box {
    position: absolute;
    width: 364px;
    right: 0;
    top: 78px;
    z-index: 20;
    display: none
}

.search .sea_box input {
    float: left;
    border: 2px solid #193983;
    font-size: 14px
}

.search .sea_box input.txt {
    width: 250px;
    padding: 0 20px;
    line-height: 34px;
    height: 34px;
    outline: 0;
}

.search .sea_box input.btn {
    width: 70px;
    background-color: #193983;
    color: #fff;
    cursor: pointer;
    height: 38px;
    outline: 0;
}

@media screen and (max-width:1600px) {
    .h_con {
        width: 1100px;
    }

    .h_nav li {
        margin-right: 45px;
    }

    .h_nav li a {
        font-size: 17px;
    }

    .head .t_logo {
        left: -190px;
    }
}

@media screen and (max-width:1400px) {
    .h_con {
        width: 900px;
    }

    .h_nav li {
        margin-right: 28px;
    }

    .h_nav li a {
        font-size: 16px;
    }

    .head .t_logo {
        left: -180px;
    }
    .fea_con {
        margin-top: 50px;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .fea  .content{
        width: 90%;
    }
    
    .fea_con li {
        float: left;
        width: 23%;
        height: auto;
        position: relative;
        background: #183883;
        border-radius: 16px;
    }
    .xban .content{
        width: 1000px;
    }
    .newcon-con-right ul li a{
        height: auto;
    }
    .newfooter .containerfoot .newfooter_left .leftnav{
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .newfooter .containerfoot .newfooter_left .left_con{
        padding-left: 0;
    }
}

body #newBridge .icon-right-center {
    right: auto !important;
    left: 0 !important
}


.modal-backdrop {
    display: none;
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop .vd {
    width: 800px;
    height: 450px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 30px;
}

.modal-backdrop .vd .close {
    position: absolute;
    top: 2px;
    right: 2px;
}


.newfooter {
    margin-top: 50px;
    width: 100%;
    height: 425px;
    background: url(../image/footer_bg.png) center center no-repeat;
    background-size: 100% 100%;
  }
  
  .newfooter .containerfoot {
    margin: auto;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .newfooter .containerfoot .newfooter_left {
    width: 60%;
    padding-top: 2%;
  }
  
  .newfooter .containerfoot .newfooter_left .leftnav {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.3);
  }
  
  .newfooter .containerfoot .newfooter_left .leftnav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .newfooter .containerfoot .newfooter_left .leftnav ul li {
    width: 14%;
    padding: 0 1%;
    text-align: center;
    border-right: 1px solid rgba(141, 141, 141, 0.3);
  }
  
  .newfooter .containerfoot .newfooter_left .leftnav ul li a {
    font-size: 15px;
    color: #333;
  }
  
  .newfooter .containerfoot .newfooter_left .leftnav ul li a:hover {
    color: #0d5198;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con {
    margin-top: 7%;
    width: 80%;
    padding-left: 15%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con ul li {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con ul li .listimg {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4a91da;
    border-radius: 50%;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con ul li .listimg img {
    width: 70%;
    height: 70%;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con ul li p {
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
  }
  
  .newfooter .containerfoot .newfooter_left .left_con ul li p i {
    margin-left: 15px;
    font-size: 30px;
    color: #0d5198;
    font-style: normal;
    font-weight: bold;
  }
  
  .leftyoulian {
    margin-top: 5px;
    width: 100%;
  }
  
  .leftyoulian ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
 .leftyoulian ul .tou {
    margin-right: 15px;
  }
  
.leftyoulian ul li {
    margin-right: 10px;
    width: auto;
  }
  
.leftyoulian ul li a {
    font-size: 14px;
    color: #999;
  }
  
  .newfooter .containerfoot .newfooter_right {
    /* padding-top: 4%; */
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .newfooter .containerfoot .newfooter_right .rightImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  
  .newfooter .containerfoot .newfooter_right .rightImg img {
    /* margin-bottom: 15px; */
    width: 230px;
  }
  
  .newfooter .containerfoot .newfooter_right .rightImg p {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
  }
  
  .newfooter .containerfoot .newfooter_right .rightma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55%;
  }
  
  .newfooter .containerfoot .newfooter_right .rightma .rightma_1 {
    margin-right: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .newfooter .containerfoot .newfooter_right .rightma .rightma_1:nth-child(2) {
    margin-right: 0;
  }
  
  .newfooter .containerfoot .newfooter_right .rightma .rightma_1 img {
    margin-bottom: 14px;
    width: 140px;
    height: 140px;
  }
  
  .newfooter .containerfoot .newfooter_right .rightma .rightma_1 p {
    color: #fff;
    font-size: 16px;
  }
  
  .newfooter .containerfoot .newfooter_right .beian {
    margin-top: 4%;
    width: 100%;
  }
  
  .newfooter .containerfoot .newfooter_right .beian ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  
  .newfooter .containerfoot .newfooter_right .beian ul li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .newfooter .containerfoot .newfooter_right .beian ul li p {
    font-size: 15px;
    color: #fff;
  }
  
  .newfooter .containerfoot .newfooter_right .beian ul li a {
    font-size: 15px;
    color: #fff;
  }

.footer {
    height: 369px;
    background: url(../image/foot_bg.jpg) no-repeat center 0;
}

.f_nav {
    height: 84px;
}

.f_nav a {
    float: left;
    font-size: 16px;
    color: #414141;
    line-height: 84px;
}

.f_nav i {
    float: left;
    width: 1px;
    height: 16px;
    margin: 34px 40px 0;
    background: #c9c9c9;
}

.f_nav i:last-child {
    display: none;
}

.f_nav a:hover {
    color: #193983;
}

.gsxx {
    float: left;
    width: 332px;
    margin-top: 40px;
}

.gsxx p {
    margin-bottom: 24px;
}

.gsxx p img {
    float: left;
    margin-right: 13px;
    margin-bottom: 4px;
}

.gsxx p i {
    display: block;
    font-size: 14px;
    color: #414141;
    line-height: 14px;
    opacity: 0.8;
}

.gsxx p em {
    display: block;
    font-size: 30px;
    color: #414141;
    line-height: 34px;
    font-family: Arial;
    font-weight: bold;
}

.gsxx p span {
    display: block;
    font-size: 16px;
    color: #414141;
    line-height: 24px;
    padding-top: 2px;
}

.f_lg {
    float: left;
    width: 505px;
    height: 210px;
    margin-top: 40px;
    text-align: center;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}

.f_lg h2 {
    height: 55px;
    font-size: 0;
    padding-top: 35px;
}

.f_lg p {
    font-size: 16px;
    color: #414141;
    line-height: 16px;
    padding: 20px 0 12px;
}

.f_lg i {
    display: block;
    font-size: 12px;
    color: #414141;
    line-height: 12px;
    opacity: 0.88;
}

.f_lg p a {
    color: #414141;
}

.sao {
    float: right;
    width: 290px;
    margin-top: 42px;
}

.sao p {
    width: 130px;
}

.sao p img {
    width: 120px;
    height: 120px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
}

.sao p span {
    display: block;
    font-size: 14px;
    color: #414141;
    line-height: 26px;
    text-align: center;
    padding-top: 8px;
    opacity: 0.88;
}


.client-2 {
    position: fixed;
    left: -170px;
    top: 75%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: right;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: right;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-right: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #193888;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: right;
}

.client-2 .my-kefu-main {
    background: #193888;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: right;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: 130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}